home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3colwhl.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_COLORWHEEL_H = 1;
- include("oops/r3gadget.js")
- include("oops/r3color.js")
-
-
- var R3CLID_COLORWHEEL = 605;
-
-
-
-
-
-
-
- R3CWA_ColorRGBA = 605500;
- function SetR3CWA_ColorRGBA(value) {
- R3Set(this.r3obj, R3CWA_ColorRGBA, value, R3TID_COLOR_RGBA, 0);
- }
-
- function GetR3CWA_ColorRGBA() {
- return R3Get(this.r3obj, R3CWA_ColorRGBA, R3TID_COLOR_RGBA, 0);
- }
-
-
-
- function r3Colorwheel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_COLORWHEEL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetColorRGBA=GetR3CWA_ColorRGBA;
- this.SetColorRGBA=SetR3CWA_ColorRGBA;
- }
-
- r3Colorwheel.prototype=new r3Gadget;
- // r3colwhl.h_H